opencard.core.terminal
Class InvalidSlotChannelException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byopencard.core.OpenCardException
                  extended byopencard.core.terminal.CardTerminalException
                      extended byopencard.core.terminal.InvalidSlotChannelException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSlotChannelException
extends CardTerminalException

An InvalidSlotChannelException signals that the SlotChannel was not valid (e.g., it was not opened by a CardTerminal).

See Also:
Serialized Form

Constructor Summary
InvalidSlotChannelException()
          Constructs an object of this class.
InvalidSlotChannelException(java.lang.String s)
          Constructs an exception and passes a string with a possible cause.
InvalidSlotChannelException(java.lang.String s, CardTerminal aTerminal)
          The CardTerminal enhanced constructor.
 
Methods inherited from class opencard.core.terminal.CardTerminalException
getCardTerminal, getSlot
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSlotChannelException

public InvalidSlotChannelException()
Constructs an object of this class.


InvalidSlotChannelException

public InvalidSlotChannelException(java.lang.String s)
Constructs an exception and passes a string with a possible cause.

Parameters:
s - A message telling a bit more about the cause of this exception

InvalidSlotChannelException

public InvalidSlotChannelException(java.lang.String s,
                                   CardTerminal aTerminal)
The CardTerminal enhanced constructor.

Parameters:
s - A message telling a bit more about the cause of this exception